home *** CD-ROM | disk | FTP | other *** search
- package javax.swing;
-
- import javax.swing.tree.DefaultTreeSelectionModel;
- import javax.swing.tree.TreePath;
-
- public class JTree$EmptySelectionModel extends DefaultTreeSelectionModel {
- protected static final JTree$EmptySelectionModel sharedInstance = new JTree$EmptySelectionModel();
-
- protected JTree$EmptySelectionModel() {
- }
-
- public void addSelectionPaths(TreePath[] var1) {
- }
-
- public void removeSelectionPaths(TreePath[] var1) {
- }
-
- public void setSelectionPaths(TreePath[] var1) {
- }
-
- public static JTree$EmptySelectionModel sharedInstance() {
- return sharedInstance;
- }
- }
-